Accusoft.FormDirector3.Net - Updated
How to Register a Manually Reported Runtime (Non-Node-Locked)
FormDirector3 for .Net - User Guide > Licensing and Distributing > Runtime Licensing > How to Register a Manually Reported Runtime (Non-Node-Locked)

Manually Reported Runtime licensing embeds all of the licensing information directly into your application. Installation does not require any further licensing interaction. However, it is your responsibility to provide royalty reporting to Accusoft for the actual licenses deployed.

Set the following:

Solution Name

The Solution Name is:

 
Copy Code
FormDirector fd = new FormDirector();
fd.Licensing.SetSolutionName("ACMEImaging");

The Solution Name must be set in order to use runtime licensing. 

Solution Key

The Solution Key:

 
Copy Code
FormDirector fd = new FormDirector();
fd.Licensing.SetSolutionName("ACMEImaging");
fd.Licensing.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389);

The Solution Key must be set in order to use runtime licensing. 

OEMLicensing Key

The OEMLicense Key:

 
Copy Code
FormDirector fd = new FormDirector();
fd.Licensing.SetSolutionName("ACMEImaging");
fd.Licensing.SetSolutionKey(0x1C3A029F, 0xA018F290, 0x37AF0E91, 0x557F2399);
fd.Licensing.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0iN4bigYM3m3K5b...");

 This property is not required for Automatically Reported Runtime licensing.